home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / KernelDeint.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  4KB  |  45 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="KernelDeint">
  4.   <description />
  5.   <filters>
  6.     <filter name="KernelDeint" category="Deinterlacing & Pulldown Removal" helpfile="kerneldeint" type="clip">
  7.       <description>This filter deinterlaces using a kernel approach. It gives greatly improved vertical resolution in deinterlaced areas compared to simple field discarding.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.         <colorspace>rgb</colorspace>
  12.       </colorspaces>
  13.       <parameters>
  14.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  15.           <description />
  16.           <items />
  17.         </parameter>
  18.         <parameter name="order" type="int" default="" max="1" min="0" step="0" optional="False" paramList="False">
  19.           <description>This parameter defines the field order of the clip. It is very important to set this correctly. Use order=0 for bottom field first (bff). Use order=1 for top field first (tff).</description>
  20.           <items />
  21.         </parameter>
  22.         <parameter name="threshold" type="int" default="10" max="255" min="0" step="0" optional="True" paramList="False">
  23.           <description>This parameter defines the "motion" thresold. Moving areas are kernel-deinterlaced while non-moving areas are passed through. Use the map parameter to tweak the threshold parameter so that just the combed areas of the frame are deinterlaced.</description>
  24.           <items />
  25.         </parameter>
  26.         <parameter name="sharp" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  27.           <description>This parameter, when set to true, selects a kernel that provides better vertical resolution and performs some sharpening of the video. For less sharpening but also less vertical resolution, set this parameter to false.</description>
  28.           <items />
  29.         </parameter>
  30.         <parameter name="twoway" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  31.           <description>twoay=true: selects a kernel that includes both the previous and the following fields for deinterlacing. When set to false, the kernel includes only the previous field. The latter one-way kernel is faster, crisper, and gives less blending (this last advantage makes the filter perform better on anime). The twoway parameter is included in case users want to achieve the behavior of previous versions.</description>
  32.           <items />
  33.         </parameter>
  34.         <parameter name="map" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  35.           <description>This parameter, when set to true, shows the areas that are "moving" as determined by the threshold parameter and which will be kernel-deinterlaced. Use this parameter to assist in tweaking the threshold parameter.</description>
  36.           <items />
  37.         </parameter>
  38.         <parameter name="debug" type="clip" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  39.           <description>This parameter, when set to true, enables debug ouput via the DebugView utility. Currently, it shows the version number of the filter and, if hints are present from Telecide(), whether frame are hinted as progressive or interlaced. If hints are not present, the debug output shows all frames as interlaced. </description>
  40.           <items />
  41.         </parameter>
  42.       </parameters>
  43.     </filter>
  44.   </filters>
  45. </plugin>